From f9bdf89a1b78397a2b26421ec839f54d38697047 Mon Sep 17 00:00:00 2001 From: "smh22@firebug.cl.cam.ac.uk" Date: Wed, 29 Mar 2006 18:07:36 +0100 Subject: [PATCH] Fix save/restore on 64-bit. Signed-off-by: Steven Hand --- linux-2.6-xen-sparse/drivers/xen/core/reboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/core/reboot.c b/linux-2.6-xen-sparse/drivers/xen/core/reboot.c index f0f1d803a5..828d287f3e 100644 --- a/linux-2.6-xen-sparse/drivers/xen/core/reboot.c +++ b/linux-2.6-xen-sparse/drivers/xen/core/reboot.c @@ -114,8 +114,8 @@ static int __do_suspend(void *ignore) #ifdef __i386__ kmem_cache_shrink(pgd_cache); - mm_pin_all(); #endif + mm_pin_all(); __cli(); preempt_enable(); -- 2.30.2